cargo.git
2014-07-13 borsauto merge of #180 : sfackler/cargo/ndebug, r=wycats
2014-07-13 Steven FacklerPass --cfg ndebug when debug = false
2014-07-13 borsauto merge of #161 : alexcrichton/cargo/cargo-test...
2014-07-13 Alex CrichtonPass through extra arguments to `cargo test`
2014-07-12 borsauto merge of #172 : huonw/cargo/minor-refactoring...
2014-07-12 Huon WilsonMinor refactorings.
2014-07-12 borsauto merge of #170 : alexcrichton/cargo/same-name,...
2014-07-12 borsauto merge of #163 : o11c/cargo/examples, r=wycats
2014-07-11 Alex CrichtonUse PackageId in the DependencyQueue
2014-07-11 Ben LongbonsDo not run examples during 'cargo test'
2014-07-11 Ben LongbonsAdd support for external tests
2014-07-11 Ben LongbonsAdd support for examples
2014-07-11 borsauto merge of #169 : cburgdorf/cargo/name_clean, r...
2014-07-11 Christoph Burgdorflist `clean` command in help
2014-07-11 borsauto merge of #167 : alexcrichton/cargo/cross-compile...
2014-07-11 Alex CrichtonFinish plugin support
2014-07-11 borsauto merge of #166 : nielsle/cargo/command-env, r=alexc...
2014-07-11 Niels langager... Use command.env_set_all() instead of command.env()
2014-07-11 Alex CrichtonAdd some simple tests for cross compilation
2014-07-11 Alex CrichtonRefactor the parallel job queue to its own module
2014-07-11 Alex CrichtonRefactor fingerprint logic out of cargo_rustc
2014-07-11 Alex CrichtonRefactor Context into its own submodule
2014-07-11 Alex CrichtonRefactor `Job` to its own module
2014-07-11 Alex CrichtonImprove intra-target parallelism
2014-07-11 Alex CrichtonUpdate to master
2014-07-11 Alex CrichtonImplement a `plugin` flag for targets
2014-07-10 Alex CrichtonAdd bare-bones cross compilation support to cargo
2014-07-10 borsauto merge of #162 : rust-lang/cargo/fix-travis, r...
2014-07-10 Alex CrichtonFix travis builds
2014-07-10 borsauto merge of #157 : rust-lang/cargo/graph-resolve...
2014-07-10 Alex CrichtonFix some tests
2014-07-10 Alex CrichtonTighten up some tests
2014-07-10 Alex CrichtonFix filtering for test deps
2014-07-10 Alex CrichtonNo need for a TempDir, use `-` as input
2014-07-10 Alex Crichtonimpl Show for Profile
2014-07-10 Alex CrichtonAdd -u to `cargo test`
2014-07-10 Alex CrichtonMore updates to master
2014-07-10 Tomaka17Make README nightlies links clickable
2014-07-10 Michael GehringToStr::to_str -> ToString::to_string
2014-07-10 Yehuda KatzRemove hardcoding
2014-07-10 Yehuda KatzAdd some unit tests
2014-07-10 Yehuda KatzFixed a number of bugs related to rustc building
2014-07-10 Yehuda Katz... Resolve more correctly and add --extern
2014-07-09 Alex CrichtonDisable passing -g for now
2014-07-09 Alex CrichtonFix --release not compiling upstream deps with -O3
2014-07-09 Alex CrichtonFix testing bins with lib deps
2014-07-09 borsauto merge of #150 : rust-lang/cargo/source-id-cleanup...
2014-07-08 Yehuda Katz... Fix registry query fn
2014-07-08 Yehuda Katz... emit -C extra-filename and metadata
2014-07-08 Yehuda Katz... Refactor PackageId.namespace -> source_id
2014-07-08 borsauto merge of #147 : alexcrichton/cargo/ls-files, r...
2014-07-08 Alex CrichtonIgnore lib directory for exes check
2014-07-08 borsauto merge of #141 : jdeseno/cargo/cargo-clean, r=alexc...
2014-07-08 borsauto merge of #124 : alexcrichton/cargo/no-more-binarie...
2014-07-08 Alex CrichtonEnsure no more binaries are checked in
2014-07-08 Joshua DeSenocargo clean. resolves #51
2014-07-08 borsauto merge of #142 : rust-lang/cargo/new-names, r=alexc...
2014-07-08 Yehuda KatzRemove glob dependency
2014-07-08 borsauto merge of #125 : alexcrichton/cargo/issue-120,...
2014-07-08 Yehuda Katz... This updates Cargo for #[crate_name]
2014-07-08 Alex CrichtonWarn about missing [[lib]] and [[bin]] sections
2014-07-08 borsauto merge of #139 : tomjakubowski/cargo/fix-symlink...
2014-07-08 Tom JakubowskiIgnore the broken symlinks test on windows
2014-07-07 Tom Jakubowskifingerprint: Recover from fs::stat errors
2014-07-07 borsauto merge of #140 : rust-lang/cargo/release, r=carllerche
2014-07-07 Yehuda Katz... Add --release and related refactoring
2014-07-07 borsauto merge of #136 : Tomaka17/cargo/multiple-build...
2014-07-07 Tomaka17Support for multiple and cleaner build commands
2014-07-07 Yehuda KatzMerge pull request #134 from alexcrichton/nightlies
2014-07-07 Alex CrichtonAdd documentation about cargo nightlies
2014-07-07 borsauto merge of #131 : alexcrichton/cargo/update-to-maste...
2014-07-07 Alex CrichtonUpdate with master changes
2014-07-07 borsauto merge of #129 : riccieri/cargo/no_more_crate_id...
2014-07-07 borsauto merge of #128 : riccieri/cargo/nightly-fix, r...
2014-07-07 Renato ZannonUse --print-file-name instead of --crate-file-name
2014-07-07 Renato ZannonUse #![crate_name] instead of #![crate_id]
2014-07-06 Renato Zannonurl.path is now a Path, not a String
2014-07-05 borsauto merge of #123 : alexcrichton/cargo/canonicalize...
2014-07-05 Alex CrichtonCanonicalize github urls for the resolver
2014-07-05 borsauto merge of #122 : Benny1992/cargo/master, r=alexcrichton
2014-07-05 Bennyuse [[bin]] instead of [[executable]]
2014-07-04 borsauto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton
2014-07-04 Indiv0Fix missing space typo in single source error
2014-07-03 borsauto merge of #110 : bcobb/cargo/patch-1, r=alexcrichton
2014-07-03 borsauto merge of #106 : alexcrichton/cargo/no-path, r...
2014-07-03 borsauto merge of #113 : rust-lang/cargo/dev-deps, r=alexcr...
2014-07-03 Yehuda Katz... Fix up dev-dependencies
2014-07-03 Yehuda Katz... Added [dev-dependencies] sections to Cargo.toml
2014-07-03 Yehuda Katz... Add support for non-transitive dependencies
2014-07-03 Björn SteinbrinkUpdate hammer.rs to be compatible with the current...
2014-07-02 Brian CobbREADME uses "its" instead of "it's"
2014-07-02 Alex CrichtonEnable execution without cargo in PATH
2014-07-02 borsauto merge of #109 : steveklabnik/cargo/json, r=alexcri...
2014-07-01 Steve KlabnikFixing deprecated JSON call
2014-07-01 borsauto merge of #108 : jdeseno/cargo/clean-submodules...
2014-07-01 borsauto merge of #107 : alexcrichton/cargo/issue-102,...
2014-07-01 joshmake clean-all via git submodule foreach
2014-07-01 Alex CrichtonDon't call generic methods on trait objects
2014-07-01 borsauto merge of #100 : rust-lang/cargo/meta-packages...
2014-07-01 Yehuda KatzImprovements based on the review
next